home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_gconf
- if [ "$1" = remove ] || [ "$1" = upgrade ]; then
- gconf-schemas --unregister battstat.schemas charpick.schemas cpufreq-applet.schemas drivemount.schemas geyes.schemas gswitchit.schemas gweather.schemas mixer.schemas multiload.schemas stickynotes.schemas
- fi
- # End automatically added section
- # Automatically added by dh_pysupport
- if which update-python-modules >/dev/null 2>&1; then
- update-python-modules -c -i /usr/share/python-support/gnome-applets-data
- fi
- # End automatically added section
-